-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
front: fix format time on arrival time column #7623
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #7623 +/- ##
============================================
- Coverage 28.48% 28.47% -0.02%
Complexity 2038 2038
============================================
Files 1243 1243
Lines 153360 153384 +24
Branches 3008 3008
============================================
- Hits 43682 43669 -13
- Misses 107887 107924 +37
Partials 1791 1791
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 💪
efed424
to
a796457
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
7071985
to
2d8be8f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this PR, left some comments.
As it changes various things on the TimesStops component, maybe it would have been better to have one commit for each fonctionnality fixed or added.
2d8be8f
to
37b2b79
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, don't forget to squash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm and tested, good job ! Waiting for commis cleaning to approve
37b2b79
to
6d7cb30
Compare
- disable stop time column for origin and destination - add seconds in arrival time column - disable reception on close signal column for origin - add step attribute to arrival time column input - add no path loaded message - fix strange behavior when typing seconds in arrival time column
6d7cb30
to
5bd83ce
Compare
close #7619